This function writes the annotation text provided in the parameter annotation to the HDF AN annotation specified by the parameter Annotation_id.
Result = HDF_AN_WRITEANN( Annotation_id, annotation [, LENGTH=characters] )
Returns SUCCEED (0) if successful or FAIL (-1) otherwise.
Annotation identifier returned by HDF_AN_CREATE, HDF_AN_CREATEF, or HDF_AN_SELECT.
Text or IDL variable to be written as the annotation.
Length of the annotation text to be written. If not specified, the entire annotation will be written. If the keyword LENGTH is set, then only LENGTH characters of the annotation will be written. If the annotation has already been written, HDF_AN_WRITEANN will overwrite the current text.
5.2 |
Introduced |